home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / bench / x.txt / 000128_jaltman@watsun.cc.columbia.edu_Thu Nov 8 09:34:25 EST 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  66 lines

  1. Article: 12947 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: INPUT Initialization Error
  6. Date: 8 Nov 2001 14:00:18 GMT
  7. Organization: Columbia University
  8. Lines: 49
  9. Message-ID: <9se35i$ip6$1@newsmaster.cc.columbia.edu>
  10. References: <9scp19217r7@enews2.newsguy.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1005228018 19238 128.59.39.2 (8 Nov 2001 14:00:18 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 8 Nov 2001 14:00:18 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12947
  16.  
  17. OUTPUT and INPUT initialization errors occur when you 
  18. attempt to perform an OUTPUT or INPUT when there is no
  19. connection.
  20.  
  21. The order of events is the connection has been lost, therefore
  22. you have initialization errors.  Not there are initialization
  23. errors therefore the connection is terminated.
  24.  
  25. The debug log will show this.  As for interpretting the debug log,
  26. there is no need for you to do so.  Simply e-mail it to 
  27. kermit-support.
  28.  
  29. More than likely the phone lines are unreliable and the connection
  30. is being lost.  Your scripts do not check the success and failure 
  31. of each command, therefore, once the failure initially occurs all
  32. of the subsequent commands fail in turn until the end of your
  33. script is reached where you close the non-existent connection.
  34.  
  35. In article <9scp19217r7@enews2.newsguy.com>,
  36. Grinder <grinder@no.spam.maam.com> wrote:
  37. : I've asked this of Kermit support already, but though someone
  38. : here might recognize my problem.
  39. : After successfully dialing and connecting, K95 reports:
  40. : OUTPUT Initialization Error
  41. : INPUT Initialization Error
  42. : OUTPUT Initialization Error
  43. : INPUT Initialization Error
  44. : OUTPUT Initialization Error
  45. : INPUT Initialization Error
  46. : Then, it terminates the connection.  I working on scoring a
  47. : debug.log, but I'm not sure I can interpret it.
  48. : The odd thing is that this has begun on a couple of sites that
  49. : have successfully connect a number of times.  It makes we wonder
  50. : if something has changed on the server side?
  51. : Thanks.
  52.  
  53.  
  54.  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 Beta available
  55.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  56.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  57.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  58.